We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fc5c02 commit 7a5d826Copy full SHA for 7a5d826
llvm/test/lit.cfg.py
@@ -64,6 +64,8 @@
64
config.excludes.append("LoopVectorize")
65
# exclude UpdateTestChecks - they fail because of inserted prof annotations
66
config.excludes.append("UpdateTestChecks")
67
+ # issue #166655
68
+ config.excludes.append("Instrumentation")
69
70
# test_source_root: The root path where tests are located.
71
config.test_source_root = os.path.dirname(__file__)
0 commit comments