[all-commits] [llvm/llvm-project] 03495a: [XCOFF] Add back extern template declarations
Reid Kleckner via All-commits
all-commits at lists.llvm.org
Thu Nov 7 09:43:36 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 03495a988da919c975e1635f7e42c8399d71abff
https://github.com/llvm/llvm-project/commit/03495a988da919c975e1635f7e42c8399d71abff
Author: Reid Kleckner <rnk at google.com>
Date: 2019-11-07 (Thu, 07 Nov 2019)
Changed paths:
M llvm/include/llvm/Object/XCOFFObjectFile.h
Log Message:
-----------
[XCOFF] Add back extern template declarations
The extern template declarations were fine. The duplicate explicit
instantiations were both in the .cpp file.
More information about the All-commits
mailing list