Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add CHECK-LABEL to avoid source tree path sensitivity in test
The test `clang/test/CodeGen/2004-02-20-Builtins.c` will erroneously fail if "builtin" is in the path to your source tree. This change adds a `CHECK-LABEL !llvm.ident` after the `CHECK-NOT` to avoid searching into the metadata containing the path.
- Loading branch information