[all-commits] [llvm/llvm-project] a86df4: [libc++abi] Avoid including source files into unit...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Thu Jun 15 08:45:21 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a86df48c38e8138ad67050967cef63548bffb230
https://github.com/llvm/llvm-project/commit/a86df48c38e8138ad67050967cef63548bffb230
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2023-06-15 (Thu, 15 Jun 2023)
Changed paths:
M libcxxabi/test/unittest_demangle.pass.cpp
Log Message:
-----------
[libc++abi] Avoid including source files into unittest_demangle
That is not necessary to test what we're testing, and in fact including
abort_message.cpp into that file caused some link errors if we didn't
link some of the dependencies of libc++abi directly into the test.
Differential Revision: https://reviews.llvm.org/D152862
More information about the All-commits
mailing list