File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
llvm/utils/gn/secondary/clang Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ write_cmake_config("Config") {
27
27
" ENABLE_LINKER_BUILD_ID=" ,
28
28
" ENABLE_X86_RELAX_RELOCATIONS=1" ,
29
29
" CLANG_ENABLE_OBJC_REWRITER=1" , # FIXME: flag?
30
+ " CLANG_ENABLE_CIR=" ,
30
31
" CLANG_SYSTEMZ_DEFAULT_ARCH=z10" ,
31
32
" PPC_LINUX_DEFAULT_IEEELONGDOUBLE=" ,
32
33
]
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ write_lit_config("lit_site_cfg") {
48
48
" CLANG_BUILT_STANDALONE=0" ,
49
49
" CLANG_DEFAULT_CXX_STDLIB=" , # Empty string means "default value" here.
50
50
" CLANG_DEFAULT_PIE_ON_LINUX=0" ,
51
+ " CLANG_ENABLE_CIR=0" ,
51
52
" CLANG_PLUGIN_SUPPORT=0" , # FIXME: Analysis/plugins need global -fPIC
52
53
" CURRENT_TOOLS_DIR=" + rebase_path (" $root_out_dir /bin" , dir ),
53
54
" CLANG_VENDOR_UTI=org.llvm.clang" ,
You can’t perform that action at this time.
0 commit comments