[clang] [Clang] __has_builtin should return false for aux triple builtins (PR #121839)
Nick Sarnie via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 23 08:17:05 PST 2025
================
@@ -3,7 +3,10 @@
// RUN: %clang_cc1 %s -ffreestanding -fms-extensions -fms-compatibility \
// RUN: -fms-compatibility-version=19.00 -triple x86_64-pc-windows-msvc -emit-llvm -o -
// %clang_cc1 %s -ffreestanding -triple x86_64-w64-windows-gnu -fms-extensions -emit-llvm -o -
-// RUN: %clang_cc1 %s -ffreestanding -fopenmp -fopenmp-is-target-device -aux-triple x86_64-unknown-linux-gnu
+//
+// TODO(boomanaiden154)
----------------
sarnex wrote:
fixed in https://github.com/llvm/llvm-project/pull/121839/commits/0ee8d8cd4b3d61fc6cf6e740a54dd5a23c921048
https://github.com/llvm/llvm-project/pull/121839
More information about the cfe-commits
mailing list