llvm-project/clang/test/InterfaceStubs
Puyan Lotfi c38e42527b [clang][IFS][test] Temporary work around for in-process cc1 ASAN issues.
When using in-process cc1, the Clang Interface Stubs pipeline setup
exposes an ASAN bug. I am still investigating this issue but want to
green the bots for now. I don't think this is a huge issue since the
Clang Interface Stubs Driver setup code is the only code path that sets
up such a pipeline (ie N cc1's for N c files followed by another N cc1's
for to generate stub files for the same N c files).

This issue is being discussed in https://reviews.llvm.org/D69825.
If a resolution is not found soon, a bugzilla filling will be in order.
2020-01-21 22:56:20 -05:00
..
XlinkerInputArgs.cpp [clang][IFS] Ignoring -Xlinker/-Xclang arguments in InterfaceStubs pass for now. 2019-12-04 20:03:57 -05:00
bad-format.cpp [clang][ifs] Clang Interface Stubs ToolChain plumbing. 2019-10-08 15:23:14 +00:00
blocks.c [clang][IFS] Prevent Clang-IFS from Leaking symbols from inside a block. 2020-01-13 16:04:27 -05:00
class-template-partial-specialization.cpp [clang][IFS][test][NFC] Tightening up clang-ifs tests to use -cc1 more often. 2019-11-14 02:25:22 -05:00
class-template-specialization.cpp [clang][IFS][test][NFC] Tightening up clang-ifs tests to use -cc1 more often. 2019-11-14 02:25:22 -05:00
conflict-type.ifs [clang][ifs] Clang Interface Stubs ToolChain plumbing. 2019-10-08 15:23:14 +00:00
constructor-using-shadow.cpp [clang][IFS] Adding support for new clang interface stubs decl types. 2019-12-04 19:10:47 -05:00
cxx-conversion.cpp [clang][IFS][test][NFC] Tightening up clang-ifs tests to use -cc1 more often. 2019-11-14 02:25:22 -05:00
cxxdeduction-guide.cpp [clang][IFS] Adding support for new clang interface stubs decl types. 2019-12-04 19:10:47 -05:00
driver-test.c [clang][IFS][test] Temporary work around for in-process cc1 ASAN issues. 2020-01-21 22:56:20 -05:00
driver-test2.c [clang][IFS][test] Temporary work around for in-process cc1 ASAN issues. 2020-01-21 22:56:20 -05:00
driver-test3.c [clang][IFS] Allow 2 output files when using -o and -c with clang IFS stubs. 2019-12-09 14:47:17 -05:00
externstatic.c [test] clang/test/InterfaceStubs/externstatic.c requires x86-registered-target 2020-01-18 09:54:35 -08:00
func.ifs [clang][ifs] Clang Interface Stubs ToolChain plumbing. 2019-10-08 15:23:14 +00:00
function-template-specialization.cpp Reland "[llvm-nm] Don't report "no symbols" error for files that contain symbols" 2020-01-17 10:08:42 -08:00
hidden-class-inheritance.cpp [clang][IFS][test][NFC] Tightening up clang-ifs tests to use -cc1 more often. 2019-11-14 02:25:22 -05:00
indirect-field-decl.cpp [clang][IFS][test][NFC] Tightening up clang-ifs tests to use -cc1 more often. 2019-11-14 02:25:22 -05:00
inline.c [test] Fix tests after D52810 2020-01-17 10:02:56 -08:00
inline.h [NFC] Fix for InterfaceStubs tests (adding REQUIRES: x86-registered-target). 2019-06-20 18:28:21 +00:00
lambda.cpp try to fix InterfaceStubs/lambda.cpp on Windows after bd8c8827d9 2020-01-13 21:22:46 -05:00
merge-conflict-test.c [clang][IFS] Updating tests to pass on -fvisibility=hidden builds (NFCi). 2019-10-12 02:46:57 +00:00
namespace-alias.cpp [clang][IFS] Adding support for new clang interface stubs decl types. 2019-12-04 19:10:47 -05:00
namespace.cpp [clang][IFS][test][NFC] Tightening up clang-ifs tests to use -cc1 more often. 2019-11-14 02:25:22 -05:00
non-type-template-parm-decl.cpp [clang][IFS][test][NFC] Tightening up clang-ifs tests to use -cc1 more often. 2019-11-14 02:25:22 -05:00
noninstancetypes.c [clang][IFS] Fixing assert in clang interface stubs for enums, records, typedefs 2019-10-11 17:24:11 +00:00
object-double.c [clang][ifs] Clang Interface Stubs ToolChain plumbing. 2019-10-08 15:23:14 +00:00
object-float.c [clang][IFS] Updating tests to pass on -fvisibility=hidden builds (NFCi). 2019-10-12 02:46:57 +00:00
object.c [clang][IFS][test][NFC] Tightening up clang-ifs tests to use -cc1 more often. 2019-11-14 02:25:22 -05:00
object.ifs [clang][ifs] Clang Interface Stubs ToolChain plumbing. 2019-10-08 15:23:14 +00:00
ppc.cpp [clang][IFS] Driver Pipeline: generate stubs after standard pipeline (3) 2019-11-20 16:22:50 -05:00
template-constexpr.cpp [clang][IFS][test][NFC] Tightening up clang-ifs tests to use -cc1 more often. 2019-11-14 02:25:22 -05:00
template-namespace-function.cpp [clang][IFS][test][NFC] Tightening up clang-ifs tests to use -cc1 more often. 2019-11-14 02:25:22 -05:00
template-template-parm-decl.cpp [clang][IFS][test][NFC] Tightening up clang-ifs tests to use -cc1 more often. 2019-11-14 02:25:22 -05:00
trycatch.cpp [clang][IFS][test][NFC] Tightening up clang-ifs tests to use -cc1 more often. 2019-11-14 02:25:22 -05:00
unresolved-using-typename.cpp [clang][IFS] Adding support for new clang interface stubs decl types. 2019-12-04 19:10:47 -05:00
usings.cpp [clang][IFS][test][NFC] Tightening up clang-ifs tests to use -cc1 more often. 2019-11-14 02:25:22 -05:00
var-template-specialization-decl.cpp [clang][IFS][test][NFC] Tightening up clang-ifs tests to use -cc1 more often. 2019-11-14 02:25:22 -05:00
virtual.cpp [clang][IFS][test][NFC] Tightening up clang-ifs tests to use -cc1 more often. 2019-11-14 02:25:22 -05:00
visibility.cpp [clang][IFS][test][NFC] Tightening up clang-ifs tests to use -cc1 more often. 2019-11-14 02:25:22 -05:00
weak.cpp [clang][IFS][test][NFC] Tightening up clang-ifs tests to use -cc1 more often. 2019-11-14 02:25:22 -05:00
windows.cpp [clang][IFS] Driver Pipeline: generate stubs after standard pipeline (3) 2019-11-20 16:22:50 -05:00