We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 817d98d commit 03c4119Copy full SHA for 03c4119
llvm/utils/gn/secondary/compiler-rt/lib/BUILD.gn
@@ -3,9 +3,6 @@ group("lib") {
3
"//compiler-rt/lib/asan",
4
"//compiler-rt/lib/builtins",
5
"//compiler-rt/lib/profile",
6
+ "//compiler-rt/lib/tsan" ,
7
]
- if (target_os == "linux") {
8
- # FIXME: Make work on macOS.
9
- deps += [ "//compiler-rt/lib/tsan" ]
10
- }
11
}
llvm/utils/gn/secondary/compiler-rt/lib/tsan/BUILD.gn
@@ -145,12 +145,7 @@ target(tsan_target_type, "tsan") {
145
ldflags = [
146
"-lc++",
147
"-lc++abi",
148
-
149
- # tsan
150
- # FIXME
151
152
- # ubsan
153
- "-Wl,-U,___ubsan_default_options",
+ "-lobjc",
154
155
# sanitizer_common
156
"-Wl,-U,___sanitizer_free_hook",
0 commit comments