[all-commits] [llvm/llvm-project] 2cb3bf: Revert "[XCOFF] Fix link errors from explicit temp...
Reid Kleckner via All-commits
all-commits at lists.llvm.org
Thu Nov 7 09:40:18 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2cb3bfe9759a134a2e85207643109b69a86c4bf7
https://github.com/llvm/llvm-project/commit/2cb3bfe9759a134a2e85207643109b69a86c4bf7
Author: Reid Kleckner <rnk at google.com>
Date: 2019-11-07 (Thu, 07 Nov 2019)
Changed paths:
M llvm/include/llvm/Object/XCOFFObjectFile.h
M llvm/lib/Object/XCOFFObjectFile.cpp
Log Message:
-----------
Revert "[XCOFF] Fix link errors from explicit template instantiation"
This reverts commit c989993ba1a666f04f7aee7df51d9f4de0588b71.
maskray already fixed the explicit instantiation definition in the .cpp
file, and these extern template declarations seem to be causing
warnings that I don't understand.
More information about the All-commits
mailing list