[lld] [lld][ELF] Support LLVM repository and LLVM revision information (PR #97323)
Momchil Velikov via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 8 13:16:41 PDT 2024
================
@@ -23,6 +23,11 @@ std::string lld::getLLDVersion() {
#else
#define LLD_VENDOR_DISPLAY
#endif
+#if defined(LLVM_REPOSITORY) || defined(LLVM_REVISION)
----------------
momchil-velikov wrote:
I think you meant `&&` here.
https://github.com/llvm/llvm-project/pull/97323
More information about the llvm-commits
mailing list