Skip to content
This repository has been archived by the owner on Jul 1, 2023. It is now read-only.

Commit

Permalink
[bughunter.sh][NFC] Fix license and file description
Browse files Browse the repository at this point in the history
Summary:
Convert bughunter.sh to the new LLVM license and fix file-description
comments.

(cherry picked from FBD33298823)
  • Loading branch information
maksfb authored and aaupov committed Dec 30, 2021
1 parent 349c8ab commit 0c66db3
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions bolt/utils/bughunter.sh
@@ -1,12 +1,12 @@
#!/bin/bash
#===--------------- llvm/tools/llvm-bolt/utils/bughunter.sh ---------------===//
##===- bolt/utils/bughunter.sh - Help locate BOLT bugs -------*- Script -*-===##
#
# The LLVM Compiler Infrastructure
# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
# See https://llvm.org/LICENSE.txt for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
# details.
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
#===-----------------------------------------------------------------------===//
##===----------------------------------------------------------------------===##
#
# This script attempts to narrow down llvm-bolt bug to a single function in the
# input binary.
Expand Down Expand Up @@ -55,6 +55,8 @@
#
# VERBOSE - if non-empty, set the script to echo mode.
#
##===----------------------------------------------------------------------===##

BOLT=${BOLT:=llvm-bolt}

ulimit -c 0
Expand Down

0 comments on commit 0c66db3

Please sign in to comment.