Fix broken asan Support tests
authorEric Liu <ioeric@google.com>
Tue, 15 May 2018 13:43:20 +0000 (13:43 +0000)
committerEric Liu <ioeric@google.com>
Tue, 15 May 2018 13:43:20 +0000 (13:43 +0000)
commit5390e36953c08bd2b975c9b13964114b51248fa1
treebb6cf99bd70a38651450b8d56f317828b634607c
parent245dd2e0c76648b8f875a2f45003ffd8614eb6d6
Fix broken asan Support tests

The asan failures were caught in google internal asan tests after r332311
o Make StackOption support cl::list
o Rememeber to removeArguments for cl::alias in tests.

llvm-svn: 332354
llvm/unittests/Support/CommandLineTest.cpp