Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Unified Diff: include/clang/Config/config.h.in

Issue 1547623002: Clang toolchain driver for PNaCl (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-clang.git@master
Patch Set: Review feedback addressed Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « include/clang/Config/config.h.cmake ('k') | include/clang/Driver/ToolChain.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/clang/Config/config.h.in
diff --git a/include/clang/Config/config.h.in b/include/clang/Config/config.h.in
index dba05db2b99d5de3f9963b27ad3c4bca61027562..40666e2a82106856edad3d52f46a55ec005a6f16 100644
--- a/include/clang/Config/config.h.in
+++ b/include/clang/Config/config.h.in
@@ -26,6 +26,9 @@
/* Define if we have libxml2 */
#undef CLANG_HAVE_LIBXML
+/* The shared library extension */
+#undef LTDL_SHLIB_EXT
+
#undef PACKAGE_STRING
/* The LLVM product name and version */
« no previous file with comments | « include/clang/Config/config.h.cmake ('k') | include/clang/Driver/ToolChain.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698