[PATCH] D56273: Validate -add-plugin arguments.
Nico Weber via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 3 08:20:38 PST 2019
thakis marked an inline comment as done.
thakis added inline comments.
================
Comment at: clang/test/Frontend/plugin-unknown.c:3
+// RUN: not %clang_cc1 -add-plugin asdf %s 2>&1 | FileCheck --check-prefix=ADD %s
+// REQUIRES: plugins
+
----------------
Probably doesn't even require plugins, since we don't need to load any shared libaries for this test. I'll remove this.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56273/new/
https://reviews.llvm.org/D56273
More information about the cfe-commits
mailing list