[all-commits] [llvm/llvm-project] 6c0cea: [NFC][Clang] Make GetSDLFromOffloadArchive and SDL...
Juan Manuel Martinez Caamaño via All-commits
all-commits at lists.llvm.org
Wed Oct 25 06:31:24 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6c0ceaeccc1358cc3478e832c86615f92801a657
https://github.com/llvm/llvm-project/commit/6c0ceaeccc1358cc3478e832c86615f92801a657
Author: Juan Manuel Martinez Caamaño <juamarti at amd.com>
Date: 2023-10-25 (Wed, 25 Oct 2023)
Changed paths:
M clang/lib/Driver/ToolChains/CommonArgs.cpp
M clang/lib/Driver/ToolChains/CommonArgs.h
Log Message:
-----------
[NFC][Clang] Make GetSDLFromOffloadArchive and SDLSearch static (#70201)
Make GetSDLFromOffloadArchive and SDLSearch functions static since they
are used only in the file where they are defined. The aim is to ease
refactoring/modifying the declarations of these functions in the future.
More information about the All-commits
mailing list