[PATCH] D30500: [ELF] - Do not treat colon(":") as separate token in script parser.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 1 08:55:04 PST 2017


ruiu added a comment.

Are you sure this is correct? I was thinking that this is about quoted strings. This allows something like `extern "C++" { std::foo; }` (as opposed to `extern "C++" { "std::foo"; }`) which seems odd.


https://reviews.llvm.org/D30500





More information about the llvm-commits mailing list