================
@@ -1119,7 +1119,7 @@ static bool isXnackAvailable(const llvm::Triple &TT,
llvm::StringRef TargetID) {
SanitizerMask AMDGPUToolChain::getSupportedSanitizers(
StringRef BoundArch, Action::OffloadKind DeviceOffloadKind) const {
SanitizerMask SupportedMask =
- SanitizerKind::Undefined | SanitizerKind::UndefinedGroup;
+ ToolChain::getSupportedSanitizers(BA, DeviceOffloadKind);
----------------
arsenm wrote:
The build is failing because this started out on top of another PR which ends
up renaming this
https://github.com/llvm/llvm-project/pull/199642
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits