Hi,
I was trying to build chromium with the
cfi option:
gn gen out/Default '--args=clang_base_path="/path/to/build/" clang_use_chrome_plugins=false treat_warnings_as_errors=false enable_nacl=false is_debug=false is_clang=true is_cfi=true use_cfi_cast=true use_thin_lto=true' --check
However, getting this following error:
"Clang: error: malformed sanitizer blacklist: 'error parsing file '../../tools/cfi/blacklist.txt': malformed line 1: '[cfi-unrelated-cast|cfi-derived-cast]''
Any help would be appreciated.