Skip to content

Commit

Permalink
[libc++] NFC: Remove the %{compile} substitution, which is not used a…
Browse files Browse the repository at this point in the history
…nymore
  • Loading branch information
ldionne committed Apr 15, 2020
1 parent 40515b1 commit 2bed2fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libcxx/utils/libcxx/test/config.py
Expand Up @@ -1008,8 +1008,6 @@ def configure_substitutions(self):
sub.append(('%{link_libcxxabi}', pipes.quote(self.cxx.link_libcxxabi_flag)))
if self.cxx.isVerifySupported():
sub.append(('%{verify}', ' '.join(self.cxx.verify_flags)))
# Add compile and build shortcuts
sub.append(('%{compile}', '%{cxx} -o %t.o %s -c %{flags} %{compile_flags}'))
sub.append(('%{build}', '%{cxx} -o %t.exe %s %{flags} %{compile_flags} %{link_flags}'))
if self.cxx.use_modules:
sub.append(('%{build_module}', '%{build}'))
Expand Down

0 comments on commit 2bed2fa

Please sign in to comment.