[all-commits] [llvm/llvm-project] 42d8f4: Fix a warning building on my machine, NFC. warning...
Chris Lattner via All-commits
all-commits at lists.llvm.org
Mon Mar 23 11:17:00 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 42d8f48ccfcd48a1dba76a14a86d45eec27ca649
https://github.com/llvm/llvm-project/commit/42d8f48ccfcd48a1dba76a14a86d45eec27ca649
Author: Chris Lattner <clattner at nondot.org>
Date: 2020-03-23 (Mon, 23 Mar 2020)
Changed paths:
M mlir/test/lib/Transforms/TestConvertGPUKernelToCubin.cpp
Log Message:
-----------
Fix a warning building on my machine, NFC. warning: unused function 'compilePtxToCubinForTesting'
Summary: Also eliminate the redunant anon namespace around the already static function.
Reviewers: herhut
Subscribers: hiraditya, steven_wu, dexonsmith, mehdi_amini, rriddle, jpienaar, burmako, shauheen, antiagainst, nicolasvasilache, csigg, arpith-jacob, mgester, lucyrfox, aartbik, liufengdb, Joonsoo, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D76627
More information about the All-commits
mailing list