[PATCH] D30015: [OpenMP] Add arch-specific directory to search path

Stephen Hines via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 15 18:38:12 PST 2017


srhines added inline comments.


================
Comment at: include/clang/Driver/ToolChain.h:304
+  // Returns <ResourceDir>/lib/<OSName>/<arch>.  When -fopenmp is specified,
+  // this directory is added to the linker search path if it exists
+  const std::string getOpenMPLibPath() const;
----------------
Add a period at the end of the sentence.


https://reviews.llvm.org/D30015





More information about the cfe-commits mailing list