[PATCH] Implement semantic action for SEARCH_DIR linker script command
Rui Ueyama
ruiu at google.com
Wed Jan 28 10:41:32 PST 2015
I just committed r227341 to test the existing linker script functionality. Please add a test in the same way as my commit for this patch too.
================
Comment at: lib/Driver/GnuLdDriver.cpp:276
@@ +275,3 @@
+}
+
+static std::error_code
----------------
This function will never fail and it's too simple to be a separate function -- it's just one line. I'd write it in-line.
http://reviews.llvm.org/D7220
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list