[llvm] [BOLT][NFC] Add tests with multiple CUs (PR #93615)

Alexander Yermolovich via llvm-commits llvm-commits at lists.llvm.org
Wed May 29 16:17:03 PDT 2024


================
@@ -0,0 +1,331 @@
+# clang++ -fbasic-block-sections=all -ffunction-sections -g2 -gdwarf-4
+# int doStuffOther(int val) {
+#   if (val)
+#     ++val;
+#   return val;
+# }
+#
+# int mainOther(int argc, const char** argv) {
----------------
ayermolo wrote:

Same here

https://github.com/llvm/llvm-project/pull/93615


More information about the llvm-commits mailing list