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 aea909d commit c61a886Copy full SHA for c61a886
llvm/test/lit.cfg.py
@@ -64,7 +64,7 @@
64
config.excludes.append("LoopVectorize")
65
# exclude UpdateTestChecks - they fail because of inserted prof annotations
66
config.excludes.append("UpdateTestChecks")
67
- # issue #166655
+ # TODO(#166655): Reenable Instrumentation tests
68
config.excludes.append("Instrumentation")
69
70
# test_source_root: The root path where tests are located.
0 commit comments