[all-commits] [llvm/llvm-project] 69dad3: [TableGen] [NFC] Make argv0 const
Alex Brachet via All-commits
all-commits at lists.llvm.org
Sat Apr 25 13:43:12 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 69dad324db3a73c261a0bf9273becb06d78e53ed
https://github.com/llvm/llvm-project/commit/69dad324db3a73c261a0bf9273becb06d78e53ed
Author: Alex Brachet <alexbrachetmialot at gmail.com>
Date: 2020-04-25 (Sat, 25 Apr 2020)
Changed paths:
M llvm/include/llvm/TableGen/Main.h
M llvm/lib/TableGen/Main.cpp
Log Message:
-----------
[TableGen] [NFC] Make argv0 const
`argv0` was never being modified. No changes made except to the type.
Reviewed By: RKSimon
Differential Revision: https://reviews.llvm.org/D78840
More information about the All-commits
mailing list