[all-commits] [llvm/llvm-project] 58817a: [clang][XCOFF] Indicate that XCOFF does not suppor...
David Tenty via All-commits
all-commits at lists.llvm.org
Tue Feb 18 13:10:15 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 58817a0783ca405cd36a312c7ee80e061d1cecc5
https://github.com/llvm/llvm-project/commit/58817a0783ca405cd36a312c7ee80e061d1cecc5
Author: David Tenty <daltenty at ibm.com>
Date: 2020-02-18 (Tue, 18 Feb 2020)
Changed paths:
A clang/test/CodeGen/xcoff-comdat.cpp
M llvm/docs/LangRef.rst
M llvm/include/llvm/ADT/Triple.h
Log Message:
-----------
[clang][XCOFF] Indicate that XCOFF does not support COMDATs
Summary: XCOFF doesn't support COMDATs, so clang shouldn't emit them.
Reviewers: stevewan, sfertile, Xiangling_L
Reviewed By: sfertile
Subscribers: dschuff, aheejin, dexonsmith, cfe-commits, llvm-commits
Tags: #clang, #llvm
Differential Revision: https://reviews.llvm.org/D74631
More information about the All-commits
mailing list