diff options
author | Jez Ng <jezng@fb.com> | 2021-06-18 02:32:31 -0400 |
---|---|---|
committer | Jez Ng <jezng@fb.com> | 2021-06-18 16:36:14 -0400 |
commit | 1d31fb8d122b1117cf20a9edc09812db8472e930 (patch) | |
tree | 47aa1840eb3783ae244b4da812d5526776837f83 /llvm/lib/CodeGen/MachineBasicBlock.cpp | |
parent | 4c49f9ceafd6bdc261e0ee157a2ea0fa943d6921 (diff) | |
download | llvm-1d31fb8d122b1117cf20a9edc09812db8472e930.zip llvm-1d31fb8d122b1117cf20a9edc09812db8472e930.tar.gz llvm-1d31fb8d122b1117cf20a9edc09812db8472e930.tar.bz2 |
[lld-macho] Have path-related functions return std::string, not StringRef
findLibrary() returned a StringRef while findFramework & other helper
functions returned std::strings. Standardize on std::string.
(I initially tried making the helper functions all return StringRefs,
but I realized we shouldn't return input StringRefs since their
lifetimes would not be obvious from the calling code.)
Diffstat (limited to 'llvm/lib/CodeGen/MachineBasicBlock.cpp')
0 files changed, 0 insertions, 0 deletions