[PATCH] D46427: [PDB] Quote linker arguments containing spaces (mimic MSVC)
    Alexandre Ganea via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Oct  3 10:57:32 PDT 2018
    
    
  
aganea added a comment.
@lantictac The following works in the test:
  RUN: lld-link %S/a.obj /entry:"1 "'"'hello'"'" 2"
Outputs as expected:
  lld-link: error: <root>: undefined symbol: 1 "hello" 2
Could you please update the diff to handle this case?
https://reviews.llvm.org/D46427
    
    
More information about the llvm-commits
mailing list