Fix bot failure after ccb4124a4172
authorNemanja Ivanovic <nemanja.i.ibm@gmail.com>
Tue, 15 Sep 2020 17:33:31 +0000 (12:33 -0500)
committerNemanja Ivanovic <nemanja.i.ibm@gmail.com>
Tue, 15 Sep 2020 17:36:47 +0000 (12:36 -0500)
commit3bc3983f229f9277d5bea3692b691f72ab8740dd
tree4f7a5eae72541dad9dfec5c3182c419ce9fc5b39
parent03f1516d6075f42dce95bcf9fde3f6fde97abd35
Fix bot failure after ccb4124a4172

The test case has a check line for the option on a line that includes
the string lld surrounded by any characters. This causes failures
when said string is in the build path. What the test case presumably
means to test is the actual invocation of the LLD linker (i.e. a
linker that has that string as a suffix). This patch simply removes
the erroneous wildcard after the string.
clang/test/Driver/hip-gz-options.hip