[PATCH] D42112: [PowerPC] Secure PLT support
Justin Hibbits via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 12 07:51:26 PDT 2018
jhibbits added inline comments.
================
Comment at: test/CodeGen/PowerPC/ppc32-pic-large.ll:14
+define i32 @foo1() #0 {
+entry:
----------------
I meant instead of copying the same code into these two files and getting the same result as I already put in here, have two RUN lines in the ppc32-pic-large.ll/ppc32-pic.ll -- the existing RUN line, and an additional line to test secure-plt.
Then we'd have lines of LARGE-BSS and LARGE-BSS-SECUREPLT, or such.
The change you made here is effectively just duplicating the test I already wrote.
Repository:
rL LLVM
https://reviews.llvm.org/D42112
More information about the llvm-commits
mailing list