mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
Disable Go bindings test with MSan, it has tons of linker errors
llvm-svn: 253525
This commit is contained in:
parent
709b4c44da
commit
d3fd331575
@ -1,3 +1,3 @@
|
||||
; RUN: llvm-go test llvm.org/llvm/bindings/go/llvm
|
||||
|
||||
; REQUIRES: shell, not_ubsan
|
||||
; REQUIRES: shell, not_ubsan, not_msan
|
||||
|
@ -336,6 +336,8 @@ if config.llvm_use_sanitizer == "Address":
|
||||
if (config.llvm_use_sanitizer == "Memory" or
|
||||
config.llvm_use_sanitizer == "MemoryWithOrigins"):
|
||||
config.available_features.add("msan")
|
||||
else:
|
||||
config.available_features.add("not_msan")
|
||||
if config.llvm_use_sanitizer == "Undefined":
|
||||
config.available_features.add("ubsan")
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user