[llvm] [MC,ELF] Emit warning if a string constant contains newline char. (PR #98060)

Sergei Barannikov via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 9 06:53:16 PDT 2024


================
@@ -0,0 +1,64 @@
+// RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s 2>&1 -o %t | FileCheck --strict-whitespace %s --check-prefix=CHECK-WARN
----------------
s-barannikov wrote:

Discarded output should go to /dev/null


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


More information about the llvm-commits mailing list