D101513 means that we no longer need to specify -pie in most of our
test RUN commands. Let's clean up the unused flags so as not to confuse
future test writers.
Details
Details
- Reviewers
gkm oontvoo MaskRay - Group Reviewers
Restricted Project - Commits
- rG4ae8c8310401: [lld-macho][nfc] Remove unnecessary -pie flags in tests
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks for the cleanup! :)
lld/test/MachO/tlv.s | ||
---|---|---|
6 | don't we need a space here? |
lld/test/MachO/tlv.s | ||
---|---|---|
6 | Bleh - this is not the arg - it's the file name. |
don't we need a space here?
(same with others -no-pie arg)