Commit e37fce3d authored by Vitaly Buka's avatar Vitaly Buka
Browse files

[test][HWASAN] Don't run common tests without lld

Follow up to D149234 for bots without lld.
parent 2528f1c8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -16,6 +16,8 @@ elif config.tool_name == "hwasan":
    tool_cflags += ["-fsanitize-hwaddress-experimental-aliasing"]
    config.available_features.add("hwasan-aliasing")
  tool_options = "HWASAN_OPTIONS"
  if not config.has_lld:
    config.unsupported = True
elif config.tool_name == "tsan":
  tool_cflags = ["-fsanitize=thread"]
  tool_options = "TSAN_OPTIONS"