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

Ed Maste via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 2 05:16:09 PST 2017


emaste added a comment.

> `extern "C++" { std::foo; }` (as opposed to `extern "C++" { "std::foo"; }`)

Oops, my fault. I added quotes while investigating the issue and accidentally pasted the quoted version in the bug report. The script actually has:

  GLIBCXX_3.4 {
      extern "C++" {
  ...
          std::set_new_handler*;
          std::set_terminate*;
          std::set_unexpected*;
          std::type_info::__*;
      }
  }


https://reviews.llvm.org/D30500





More information about the llvm-commits mailing list