[PATCH] D60901: [LLD][ELF] - Handle quoted strings in the linker scripts correctly
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 21 18:59:46 PDT 2019
MaskRay added inline comments.
================
Comment at: test/ELF/linkerscript/quoted-section-name.test:6
+
+# RUN: echo ".section \"foo bar\", \"aw\"; nop" | llvm-mc -filetype=obj -triple=x86_64-pc-linux - -o %t
+# RUN: ld.lld %t --script %s -o %t2 --print-map | FileCheck %s
----------------
`echo ''` saves some escapes
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60901/new/
https://reviews.llvm.org/D60901
More information about the llvm-commits
mailing list