diff options
author | Xiangling Liao <Xiangling.Liao@ibm.com> | 2020-06-18 19:52:34 -0400 |
---|---|---|
committer | Xiangling Liao <Xiangling.Liao@ibm.com> | 2020-06-19 08:27:07 -0400 |
commit | 3f2e61c1fe42e5b790096d6962f6bc2de6ee00ce (patch) | |
tree | 1d629cf55ffbc5b38daa8336462e7d31ab232650 /llvm/unittests/Support/FileCheckTest.cpp | |
parent | 22337bfe7d87f9bf2b072ec7fe9165f7b9e2d793 (diff) | |
download | llvm-3f2e61c1fe42e5b790096d6962f6bc2de6ee00ce.zip llvm-3f2e61c1fe42e5b790096d6962f6bc2de6ee00ce.tar.gz llvm-3f2e61c1fe42e5b790096d6962f6bc2de6ee00ce.tar.bz2 |
[AIX] Default AIX to using -fno-use-cxa-atexit
On AIX, we use __atexit to register dtor functions rather than __cxa_atexit.
So a driver change is needed to default AIX to using -fno-use-cxa-atexit.
Windows platform does not uses __cxa_atexit either. Following its precedent,
we remove the assertion for when -fuse-cxa-atexit is specified by the user,
do not produce a message and silently default to -fno-use-cxa-atexit behavior.
Differential Revision: https://reviews.llvm.org/D82136
Diffstat (limited to 'llvm/unittests/Support/FileCheckTest.cpp')
0 files changed, 0 insertions, 0 deletions