[PATCH] D68340: Add AIX toolchain and basic linker functionality
Jason Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Oct 6 18:25:01 PDT 2019
jasonliu added a comment.
Any reason we are testing library search path using libgcc.a? We could use any dummy path there, and upload a dummy archive library for the testing purpose.
================
Comment at: clang/lib/Driver/ToolChains/AIX.cpp:112
+
+AIX::~AIX() {}
+
----------------
We are not doing anything with the destructor. Do we need to declare and define it?
================
Comment at: clang/lib/Driver/ToolChains/AIX.h:1
+//===--- AIX.h - AIX ToolChain Implementations ----------*- C++ -*-===//
+//
----------------
The length of this line should match with line 7.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68340/new/
https://reviews.llvm.org/D68340
More information about the cfe-commits
mailing list