[llvm] [BOLT][NFC] Add tests with multiple CUs (PR #93615)
Sayhaan Siddiqui via llvm-commits
llvm-commits at lists.llvm.org
Wed May 29 16:33:14 PDT 2024
================
@@ -0,0 +1,385 @@
+# clang++ -fbasic-block-sections=all -ffunction-sections -g2 -gdwarf-5
+# int doStuffOther(int val) {
+# if (val)
+# ++val;
+# return val;
+# }
+#
+# int mainOther(int argc, const char** argv) {
----------------
sayhaan wrote:
Regenerated .s to make sure it's the correct ASM.
https://github.com/llvm/llvm-project/pull/93615
More information about the llvm-commits
mailing list