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

Dmitriy Chestnykh via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 9 07:46:14 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
----------------
chestnykh wrote:

Done

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


More information about the llvm-commits mailing list