[PATCH] D107559: [clang] Fix libclang linking on Solaris

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 5 08:54:12 PDT 2021


MaskRay added inline comments.


================
Comment at: clang/tools/libclang/libclang.map:1
-/* If you add a symbol to this file, make sure to add it with the correct
- * version.  For example, if the LLVM main branch is LLVM 14.0.0, add new
- * symbols with the version LLVM_14.
- * On platforms where versions scripts are not used, this file will be used to
- * generate a list of exports for libclang.so
- */
-
+# If you add a symbol to this file, make sure to add it with the correct
+# version.  For example, if the LLVM main branch is LLVM 14.0.0, add new
----------------
GNU ld doesn't support `#` comments. ld.lld supports it.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D107559/new/

https://reviews.llvm.org/D107559



More information about the cfe-commits mailing list