Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions clang/test/CodeGen/pragma-comment.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@
// ELF: ![[space]] = !{!"with space"}
// ELF-NOT: bar
// ELF-NOT: foo
// This following match prevents the clang version metadata from matching the forbidden 'foo' and 'bar' tokens.
// This can happen if the clang version string contains a Git repo URL that includes one of those substrings.
// ELF-LABEL: !"clang version
Loading