]> granicus.if.org Git - clang/commit
Change -foutline to -moutline
authorJessica Paquette <jpaquette@apple.com>
Tue, 8 May 2018 20:53:19 +0000 (20:53 +0000)
committerJessica Paquette <jpaquette@apple.com>
Tue, 8 May 2018 20:53:19 +0000 (20:53 +0000)
commite21d52e57e958c022cc3eaf048b26ac865aa4e0b
tree232faf05d032640386db11996c85d598617020ff
parent85ca028a6691516669ffecf6381ea435329fd67c
Change -foutline to -moutline

Nitpicky, but the MachineOutliner is a machine-level pass, and so we should
reflect that by using "m" instead of "n".

Figured we should get this in before people get used to the letter f. :)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@331806 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Options.td
lib/Driver/ToolChains/Clang.cpp
test/Driver/aarch64-outliner.c