[all-commits] [llvm/llvm-project] fff2c0: Add "REQUIRES: native" to test.
dyung via All-commits
all-commits at lists.llvm.org
Wed Oct 27 11:06:31 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fff2c0f0bf0b3ed9948562eb6b2987f7d64807f4
https://github.com/llvm/llvm-project/commit/fff2c0f0bf0b3ed9948562eb6b2987f7d64807f4
Author: Douglas Yung <douglas.yung at sony.com>
Date: 2021-10-27 (Wed, 27 Oct 2021)
Changed paths:
M cross-project-tests/debuginfo-tests/clang_llvm_roundtrip/simplified_template_names.cpp
Log Message:
-----------
Add "REQUIRES: native" to test.
This test was failing on the PS4 bot because the test attempts to link, but the PS4 platform requires an external
linker that is not present, causing the test to fail. This should get the PS4 bot green again.
More information about the All-commits
mailing list