[PATCH] D88392: [M68k] (Patch 6/8) IR Tests
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 14 19:19:24 PST 2020
MaskRay added inline comments.
================
Comment at: llvm/utils/extract-section.py:1
+#!/usr/bin/env python
+from __future__ import print_function
----------------
If not used, please drop it.
`llvm-objcopy --dump-section=.foo=file a.o /dev/null`
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88392/new/
https://reviews.llvm.org/D88392
More information about the llvm-commits
mailing list