[all-commits] [llvm/llvm-project] d4be97: [test] Fix no-undef-type-md.ll.
Jordan Rupprecht via All-commits
all-commits at lists.llvm.org
Mon Jan 24 12:03:52 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d4be9720e7e68f1316cda971e9b29dc880222200
https://github.com/llvm/llvm-project/commit/d4be9720e7e68f1316cda971e9b29dc880222200
Author: Jordan Rupprecht <rupprecht at google.com>
Date: 2022-01-24 (Mon, 24 Jan 2022)
Changed paths:
M llvm/test/LTO/Resolution/X86/no-undef-type-md.ll
Log Message:
-----------
[test] Fix no-undef-type-md.ll.
There are two test issues:
- The test assumes the current directory is writeable, but it may not be. Use `%t.o`-like paths instead of implicit `a.out`.
- The `RUN llvm-nm` line is missing a colon, so the test was not being exercised.
More information about the All-commits
mailing list