[PATCH] D36351: [lld][ELF] Add profile guided section layout

Rafael Avila de Espindola via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 12 09:29:30 PDT 2018


espindola added inline comments.


================
Comment at: test/ELF/cgprofile-txt.s:8
+# RUN: echo "A B 30" > %t.call_graph
+# RUN: echo "A B 70" > %t.call_graph
+# RUN: echo "A C 40" >> %t.call_graph
----------------
This should be >>, no?


https://reviews.llvm.org/D36351





More information about the llvm-commits mailing list