================
@@ -1,5 +1,3 @@
-// REQUIRES: target={{x86_64.*-linux.*}}
----------------
kikairoya wrote:

`%clang_cc1 -emit-llvm` for any targets should functional completely regardless 
which targets LLVM has been configured for.
Here is the test already working `-triple x86_64-linux` without REQUIRES clause.
https://github.com/llvm/llvm-project/blob/917f078adb3ffab4cf50aec3e13c977c092d7754/clang/test/DebugInfo/CXX/vtable-inheritance-simple.cpp#L31

Or, we can use default target triple as this:
https://github.com/llvm/llvm-project/blob/917f078adb3ffab4cf50aec3e13c977c092d7754/clang/test/Modules/ExtDebugInfo.cpp#L17-L20

However, since I can't verify non-x86 or non-linux target, I'd want to leave it 
on this PR.

https://github.com/llvm/llvm-project/pull/151818
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to