File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
llvm-4.0.0.src/projects/compiler-rt/lib/lowfat Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ set(LOWFAT_SOURCES
55
66include_directories(..)
77
8- set(LOWFAT_CFLAGS -std=gnu99 -m64 -mno-bmi -mno-bmi2 -mno-lzcnt -I. -O2 -mcmodel=large -DLOWFAT_LINUX)
8+ set(LOWFAT_CFLAGS ${SANITIZER_COMMON_CFLAGS} -std=gnu99 -m64 -mno-bmi -mno-bmi2 -mno-lzcnt -I. -O2 -mcmodel=large -DLOWFAT_LINUX)
99
1010add_compiler_rt_runtime(clang_rt.lowfat
1111 STATIC
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ set(LOWFAT_SOURCES
55
66include_directories(..)
77
8- set(LOWFAT_CFLAGS -std=gnu99 -m64 -I. -O2 -mbmi -mbmi2 -mlzcnt -mcmodel=large -DLOWFAT_LINUX)
8+ set(LOWFAT_CFLAGS ${SANITIZER_COMMON_CFLAGS} -std=gnu99 -m64 -I. -O2 -mbmi -mbmi2 -mlzcnt -mcmodel=large -DLOWFAT_LINUX)
99
1010add_compiler_rt_runtime(clang_rt.lowfat
1111 STATIC
You can’t perform that action at this time.
0 commit comments